ip ospf bfd

This command sets the number of seconds for the InfTransDelay value.

Syntax

ip ospf bfd interval <value> min_rx <value> multiplier <value> 

Command

Description

interval

Defines the Interval (in msec) for outgoing BFD messages. The interval is increased if required by the remote system.

min_rx

Defines the interval (in msec) between BFD messages in milliseconds. The remote system uses this interval for sending messages if its interval is lower.

multiplier

Defines the maximum number of packets that can be missed before the session status is considered down.

Command Mode

Privileged User

Example

This example enables BFD for OSPF on VLAN 1 with an interval and min_rx of 200 msec and multiplier value of 3

(config-data)# interface vlan1 
(conf-if-VLAN 1)# ip ospf bfd interval 200 min_rx 200 multiplier 3